/***** FONTS *****/
/*
    font-family: 'Lato', sans-serif;
    font-family: 'Coda Caption', sans-serif;
*/

/* # Global Styes
   # Please insert all GLobal Styles below, avoid inserting anywhere.
---------------------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%; /* 10px browser default */
}
body {
  background-color: #fff;
  color: #000;
  font-family: "Lato", sans-serif; /* change to desired global font */
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
body > div {
  font-size: 1.6rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.container {
  max-width: 1170px;
}
.container2 {
  max-width: 1730px;
  margin: 0 auto;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* === Custom CSS === */

@media only screen and (max-width: 1600px) {
  html {
    font-size: 56.3%;
  }
}

@media only screen and (max-width: 960px) {
  html {
    font-size: 50%;
  }
}

/* === Intro Section CSS === */
.section-intro {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 4;
  padding: 22rem 0 12rem;
}
.section-intro .container {
  position: relative;
}
.section-intro h1 {
  font-size: 5rem;
  margin-bottom: 1rem;
  color: #fff;
  text-transform: uppercase;
}
.section-intro h1 strong {
  font-weight: 800;
}
.section-intro h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 3rem;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #fff;
}
.section-intro .form-wrapper {
  max-width: 117rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  opacity: 0.9;
}
.form-wrapper h2.form-headline {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1em;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
.form-wrapper p.form-subheadline {
  text-transform: uppercase;
}
.form-wrapper h2.form-headline strong {
  color: #ffea00;
}
.form-wrapper p:last-child {
  font-size: 1.6rem;
}
.form-wrap form {
  max-width: 102rem;
  margin: 1rem auto 3rem;
}
.form-wrap form > div {
  width: 23.333%;
}
.form-wrap form .form-field {
  padding-right: 1rem;
}
.form-wrap form .form-field input {
  width: 100%;
  padding: 1.9rem 1.5rem;
  border: none;
  outline: none;
}
.form-wrap form .btn-submit button {
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 1.2rem 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 2.2rem;
}
.form-wrap form .btn-submit button:hover {
  background-color: #fff;
}
.klma .section-intro h1 {
    font-size: 4rem;
    text-transform: capitalize;
}
.klma .section-intro h2 {
    font-size: 3rem;
    text-transform: capitalize;
}
.klma .form-wrapper h2{
    width :100%;
    color: #000;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    font-size:5rem;
    text-transform: uppercase;
}
.klma .section-intro .form-wrapper{
    padding: 0px 0 2rem;
    margin-top: 100px;
}
.klma .section-intro .form-wrapper p{
    font-size: 2rem;
}
.klma .section-intro .spammers{
    background:#212424;
    padding: 20px;
    max-width: 117rem;
    margin: 0 auto;
}
.klma .section-intro .confidence-wrapper h2{
    font-family: 'Londrina Solid';
    text-transform: uppercase;
    font-size: 4rem;
}
.klma .section-intro .confidence-wrapper {
  position: relative;
  background-size: cover;
  padding: 2rem 0px 2rem;
  text-align: center;
  color : #fff;
  background-size: cover;
  width: 65%;
  margin: 0 auto;
}

.klma .section-intro .confidence-wrapper::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  max-width: 45%;
  background-size: auto auto;
  background-size: cover;
  z-index: 500;
  position: absolute;
  margin: 0 auto;
  bottom: -79px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-size:cover;
}
/* === Intro Section Ends === */

/* === Benefits Section CSS === */

.benefit-sections {
  padding: 18rem 0;
  position: relative;
}
.benefit-sections h2 {
  text-transform: uppercase;
  font-size: 4rem;
}
.benefit-sections.left .split-image {
  left: 0;
}
.benefit-sections .split-image {
  position: absolute;
  width: 47%;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 5;
}
.benefit-sections.left .split-content {
  float: right;
}
.benefit-sections .split-content {
  width: 48%;
  padding: 5rem 0;
}
.benefit-sections.right .split-content {
  float: left;
}
.benefit-sections.right .split-image {
  right: 0;
}
.benefit-sections .split-image {
  float: left;
  background-size: cover !important;
}

.benefit-sections.right .split-image .split-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, #fff 0, #fff 4%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient( left, #fff 0, #fff 4%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient( to right,  #fff 0, #fff 4%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1 );
}
.benefit-sections.left .split-image .split-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(249, 249, 249, 0) 46%, #f3f3f3 96%, #fff 100%);
  background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(249, 249, 249, 0) 46%, #f3f3f3 96%, #fff 100%);
  background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(249, 249, 249, 0) 46%, #f3f3f3 96%,#fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff', GradientType=1 );
}

.benefit-arrowsection {
  position: relative;
  background-size: cover;
  padding: 20px 0px 20px;
}
.benefit-arrowsection::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  max-width: 100%;
  background-size: auto auto;
  background-size: cover;
  z-index: 500;
  position: absolute;
  margin: 0 auto;
  bottom: -79px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.benefit-sections {
  position: relative;
  background: no-repeat #fff bottom -40px center;
  background-size: cover;
  padding: -10px 0px 0px;
}
.benefit-sections::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 40px;
  max-width: 100%;
  background: no-repeat #fff bottom center;
  background-size: auto auto;
  background-size: cover;
  z-index: 500;
  position: absolute;
  margin: 0 auto;
  bottom: -40px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}


.dropshadow {
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}
.inner-container {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100px;
  background: #ffffff;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
  clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

@media screen and (max-width: 480px) {

  .inner-container {

           -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%);
           clip-path: polygon(0% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%);
      }

  }

  @media screen and (max-width: 1200px) {

  .inner-container {
           -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%);
           clip-path: polygon(0% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%);
      }


  }

/* === Benefits Section Ends === */

/* === Guarante & Guidance Section === */

.section-guaranteouter {
  position: relative;
  background-size: cover;
  padding: 5rem 0px 5rem;
  text-align: center;
}

.section-guaranteouter::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  max-width: 100%;
  background-size: auto auto;
  background-size: cover;
  z-index: 500;
  position: absolute;
  margin: 0 auto;
  bottom: -79px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.section-guaranteouter h2 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
}
.section-guaranteouter h2 span {
  color: #c02a2b;
}
.section-guarante {
  width: 100%;
  background: #2c2c2c;
  padding: 7rem 0 7rem;
  position: relative;
  text-align: center;
}
.guarantee_box {
  background: #fff;
  margin: 0 auto;
  margin-top: 70px;
  padding: 5px;
}
.guarantee_box h2 {
  font-size: 60px;
  color: #000;
  text-transform: uppercase;
  margin: 25px;
}
.guarantee_bottom_info {
  background: #000;
  padding: 30px;
}
.guarantee_bottom_info .logo {
  width: 25%;
  display: inline-block;
}
.guarantee_title {
  width: 70%;
  display: inline-block;
  color: #fff;
  font-size: 100px;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {

    .guarantee_title{
             font-size:70px;
         }
}

/* === Guarante & Guidance Section Ends === */

/* === Bottom Optin Section === */
.section-optin {
  width: 100%;
  padding: 7rem 0 7rem;
  position: relative;
  text-align: center;
  color: #fff;
}
/* === Bottom Optin Section Ends=== */

@media screen and (max-width: 767px) {
  .form-wrap form .form-field,
  .form-wrap form > div {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .benefit-sections .split-content {
    width: 100%;
  }
  .benefit-sections .split-image {
    width: 100%;
    height: 250px;
    position: relative;
    background-position: top center;
  }
  .benefit-sections {
    padding: 0rem;
  }

  .benefit-arrowsection {
    padding: 20px 0px 20px;
  }
  .benefit-arrowsection::before {
    width: 100%;
    height: 60px;
    max-width: 100%;
    bottom: -60px;
  }

  .benefit-sections {
    background: no-repeat #fff bottom -30px center;
    padding: -10px 0px 0px;
  }
  .benefit-sections::before {
    height: 30px;
    background: no-repeat #fff bottom center;
    bottom: -30px;
  }

  .section-intro {
    padding: 12rem 0 12rem;
  }

  h2 {
    font-size: 3rem !important;
    line-height: 1.4em !important;
  }

  .section-4 {
    padding: 5rem 0 0rem;
  }

  .guarantee_bottom_info .logo {
    width: 100%;
  }
  .guarantee_title {
    width: 100%;
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .benefit-sections .split-content {
    width: 100%;
  }
  .benefit-sections .split-image {
    width: 100%;
    height: 250px;
    position: relative;
    background-position: top center;
  }
  .benefit-sections {
    padding: 0rem;
  }

  .benefit-arrowsection {
    padding: 20px 0px 20px;
  }
  .benefit-arrowsection::before {
    width: 100%;
    height: 40px;
    max-width: 100%;
    bottom: -40px;
  }

  .benefit-sections {
    background: no-repeat #fff bottom -20px center;
    padding: -10px 0px 0px;
  }
  .benefit-sections::before {
    height: 20px;
    background: no-repeat #fff bottom center;
    bottom: -20px;
  }

  .section-intro {
    padding: 12rem 0 12rem;
  }

  h2 {
    font-size: 3rem !important;
    line-height: 1.4em !important;
  }

    .benefit-sections .split-content {
        width: 100%;
        padding: 5rem 0 15rem 0;
    }
    .benefit-sections .split-image {
           width: 100%;
           height: 250px;
           position: relative;
           background-position: top center;
    }
    .benefit-sections {
        padding: 0rem;
    }

    .benefit-arrowsection {
     padding: 20px 0px 20px;
   }
   .benefit-arrowsection::before {
       width: 100%;
       height: 40px;
       max-width: 100%;
       bottom: -40px;
   }


   .benefit-sections {
     background: no-repeat #fff bottom -20px center;
     padding: -10px 0px 0px;
   }
   .benefit-sections::before {
       height: 20px;
       background: no-repeat #fff bottom center;
       bottom: -20px;
   }

   .section-intro {
       padding:12rem 0 12rem;
   }

   h1{
       font-size: 3rem !important;
       line-height:1.8em !important;
   }
   h2{
       font-size: 2rem !important;
       line-height:1.8em !important;
   }

   .section-4 {
       padding:5rem 0 0rem;
   }

   .guarantee_bottom_info .logo {
       width:100%;
   }
   .guarantee_title {
       width:100%;
       font-size:40px;
   }

   .benefit-sections-kids.left .split-image .split-gradient {
       position:relative !important;
   }

}
 @media only screen and (max-width: 1200px) {

    .benefit-sections .split-content {
        width: 100%;
        padding: 5rem 0 15rem 0;
    }
    .benefit-sections .split-image {
           width: 100%;
           height: 450px;
           position: relative;
           background-position: top center;
    }
    .benefit-sections .split-image .split-gradient {
      background: transparent !important;
    }
    .benefit-sections {
        padding: 0rem;
    }
  .section-4 {
    padding: 5rem 0 0rem;
  }

  .guarantee_bottom_info .logo {
    width: 100%;
  }
  .guarantee_title {
    width: 100%;
    font-size: 40px;
  }
}
/* === Sticky Header CSS === */
.fixed-header {
  position: fixed;
  display: block;
  top: 0px;
  right: 0;
  left: 0;
  float: left;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  height: auto;
  display: none;
}
.fixed-header.sticky {
  display: block;
  z-index: 600;
}

.fixed-header.sticky .logo img {
  max-height: 100px;
}
.fixed-header .btn {
  border-radius: 2px;
  padding: 9px 15px;
  font-size: 16px;
  letter-spacing: 0.2px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}
/* === Sticky Header CSS ENDS === */

/* === FAQ Section CSS === */

.faq-section .section-inner {
  background-color: #fff;
  padding: 7rem 6rem;
}
.faq-section .card-header {
  border: none;
  border-radius: 0 !important;
  padding: 0;
  background-color: transparent;
}
.faq-section .card {
  border: none;
  margin-bottom: 1rem;
}
.faq-section .btn-link {
  width: 100%;
  text-align: left;
  position: relative;
  color: #fff;
  border-radius: 0;
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 1em;
  padding: 1.5rem 2rem;
}
.faq-section .btn-link img {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-section h2 {
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 5rem;
}
.faq-section .card-body {
  padding: 3rem 1rem;
}
.faq-section .card-body p {
  margin-bottom: 3rem;
}
.faq-section .card-body p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
   .faq-section .section-inner {
      padding: 5rem 0;

  }
  .faq-section .btn-link {
      font-size: 2rem !important;
      white-space: inherit;
      line-height: 1.8em;
  }
  .faq-section .btn-link img {
      right:0.5rem !important;
      top:75% !important;
  }
  .kids-optin-sec .form-wrapper {
      border:none !important;
      padding: 10px !important;
  }
  .testimonial-sec {
      padding: 7rem 0 2rem !important;
  }
  .testimonial-wrap .img-wrap {
      width:45% !important;
      border:none !important;
      margin: 10px auto;
  }
  .testimonial-wrap .content {
      width:100% !important;
      padding:0 6rem !important;
  }
  .section-guaranteouter {
      background-size: auto !important;
  }
}
  /* === FAQ Section END CSS === */

/* === Testimonial Section CSS === */

.testimonial-sec {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15rem 0 7rem;
  position: relative;
}
.testimonial-sec h2 {
  font-size: 5.5rem;
  color: #fff;
  margin-bottom: 5rem;
}
.testimonial-wrap .img-wrap {
  width: 20%;
  border-radius: 100%;
  border: solid 1rem #fff;
}
.testimonial-wrap .content {
  width: 80%;
  padding-left: 4rem;
  color: #fff;
}
.testimonial-wrap {
  max-width: 100rem;
  margin: 0 auto;
}
.testimonial-wrap .content h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff;
}
.testimonial-wrap .content p {
  margin-bottom: 1rem;
}
.testimonial-wrap .content h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}
.testimonial-slider .owl-nav button {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.testimonial-slider .owl-nav button.owl-prev {
  left: 0;
}
.testimonial-slider .owl-nav button.owl-next {
  right: 0;
}

.testimonial-section-addon {
  background-color: #fff;
  position: relative;
  z-index: 4;
  padding: 5rem 0 5rem;
}
.testimonial-section-addon h2 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
}
.testimonial-section-addon h2.black {
  color: #000;
}
.img-circle {
  border-radius:100px;
}

/* === Testimonial Section CSS ENDS === */

/* === Kids Welcone Section CSS Starts === */

.section-welcome-kids-kbx {
  position: relative;
  background-size: cover;
  padding: 12rem 0px 12rem;
  text-align: center;
  background-repeat: no-repeat;
  color : #fff;
  background-size: cover;
}

.section-welcome-kids {
  position: relative;
  background-size: cover;
  padding: 12rem 0px 5rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom -80px center;
  color : #fff;
  background-size: cover;
}

.section-welcome-kids::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  max-width: 100%;
  background-size: auto auto;
  background-size: cover;
  z-index: 500;
  position: absolute;
  margin: 0 auto;
  bottom: -79px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: no-repeat url("../kma/images/welcome-bg.jpg") bottom center;
  background-size:cover;
}
.section-welcome-kids h2{
    text-transform: uppercase;
    text-align:left;
}
.section-welcome-kids h1{
    text-transform: uppercase;
    color: #fff;
}
.section-welcome-kids p{
    text-align: left;
}
.section-welcome-kids-kbx h2{
  text-transform: uppercase;
  text-align:left;
}
.section-welcome-kids-kbx h1{
  text-transform: uppercase;
  color: #fff;
}
.section-welcome-kids-kbx p{
  text-align: left;
}
 @media only screen and (max-width: 1200px) {

    .section-welcome-kids {
         padding: 5rem 0 5rem;
         background-position: top center;
     }
     .section-welcome-kids-kbx {
      padding: 5rem 0 5rem;
      background-position: right;
  }
     .section-welcome-kids::before {
         background: none;
     }
 }
/* === Kids Welcone Section CSS ENDS === */


/* === Kids Benefits Section CSS START === */

.section-benefits-kids {
    padding: 12rem 0 0;
}
.section-benefits-kids h1 {
    text-transform: uppercase;
    text-align: center;
    padding: 2rem 0;
}
.section-benefits-kids h2 {
    text-transform: uppercase;
    text-align: center;
    padding: 2rem 0 5rem;
    font-family: 'Oswald', sans-serif;
}
.benefit-container {
    padding: 0px;
}
.benefit-sections-kids {
  position: relative;
  height: 500px;
  -moz-box-shadow:    3px 3px 5px 1px #eaeaea;
  -webkit-box-shadow: 3px 3px 5px 1px #eaeaea;
  box-shadow:         3px 3px 5px 1px #eaeaea;
}
.benefit-sections-kids.left .split-image {
  left: 0;
}
.benefit-sections-kids .split-image {
  position: absolute;
  width: 47%;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 5;
}
.benefit-sections-kids.left .split-content {
  float: right;
}
.benefit-sections-kids .split-content {
  width: 48%;
  padding: 2rem 0;
}
.benefit-sections-kids .split-image {
  float: left;
  background-size: cover !important;
}

.benefit-sections-kids.left .split-image .split-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(249, 249, 249, 0) 46%, #f3f3f3 96%, #fff 100%);
  background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(249, 249, 249, 0) 46%, #f3f3f3 96%, #fff 100%);
  background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(249, 249, 249, 0) 46%, #f3f3f3 96%,#fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff', GradientType=1 );
}

 @media only screen and (max-width: 1200px) {

     .benefit-sections-kids .split-image {
         width: 100%;
         height: 500px;
         position: relative;
         background-position: top center;
     }
     .benefit-sections-kids .split-content {
          width: 100%;
     }
 }

  @media only screen and (max-width: 480px) {

  }
/* === Kids Benefits Section CSS Ends === */

/* === Kids Testimonial Section CSS Starts === */
.testimonial-sec-copy {
    text-align: left;
     padding-top: 5rem;
}
.testimonial-sec-white {
  position: relative;
  background-size: cover;
  padding: 12rem 0px 5rem;
  text-align: center;
  background-color: #f4f4f4;
  color : #000;
  background-size: cover;
}

.testimonial-sec-white::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  max-width: 100%;
  background-size: auto auto;
  background-size: cover;
  z-index: 500;
  position: absolute;
  margin: 0 auto;
  bottom: -79px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #f4f4f4;
  background-size:cover;
}

.testimonial-sec-custom {
  position: relative;
  background-size: cover;
  padding: 12rem 0px 5rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom -80px center;
  color : #fff;
  background-size: cover;
}

.testimonial-sec-custom::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  max-width: 100%;
  background-size: auto auto;
  background-size: cover;
  z-index: 500;
  position: absolute;
  margin: 0 auto;
  bottom: -79px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: no-repeat url("../kma/images/testimonial-bg.jpg") bottom center;
  background-size:cover;
}
.testimonial-img {
    margin: 0 auto;
    border-radius: 300px;
}
/* === Kids Testimonial Section CSS Ends === */


/* === Kids Warning Section CSS Starts === */

.warning-sec-kids {
  position: relative;
  background-size: cover;
  padding: 12rem 0px 5rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  color : #fff;
  background-size: cover;
}
.warning-item {
    background: #fff;
    padding: 7rem;
    color: #000;
    text-align: left;
}
.warning-sec-kids h1{
    font-family: 'Merienda', cursive;
    font-size: 5rem;
}
.warning-sec-kids h3{
   font-family: 'Pacifico', cursive;
   color: #000;
   font-size: 3.5rem;
}
/* === Kids Warning Section CSS ENDS === */

/* === Kids Optin Section STARTS === */

.kids-optin-sec {
  position: relative;
  background-size: cover;
  padding: 12rem 0px 5rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom -80px center;
  color : #fff;
  background-size: cover;
}

.kids-optin-sec::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  max-width: 100%;
  background-size: auto auto;
  background-size: cover;
  z-index: 500;
  position: absolute;
  margin: 0 auto;
  bottom: -79px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: no-repeat url("../kma/images/optin-bg.jpg") bottom center;
  background-size:cover;
}
.kids-optin-sec .inner-warapper h1{
    color: #fff;
    text-transform: uppercase;
}
.kids-optin-sec .form-wrapper{
    margin: 0 auto;
    border: 3px solid #fff;
    margin-top: 25px;
    border-top:none;
    background: #262626;
}
.kids-optin-sec .form-wrapper h2{
    width :100%;
    color: #000;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    font-size:5rem;
}
.kids-optin-sec .form-wrapper .txt-left{
    text-align: left;
}
.kids-optin-sec .form-wrapper .txt-left p{
    font-size: 2.5rem;
}
.kids-optin-sec .form-wrapper .text-wrap{
  padding: 20px 15px 5px;
}
.kids-optin-sec .form-wrapper .circ-text {
    color:#fff;
    padding:30px 22px;
    border-radius: 100px;
    text-transform: uppercase;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.kids-optin-sec .form-wrapper .circ-text p{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
}
.kids-optin-sec .btm-text{
    padding: 50px 20px;
}
.kids-optin-sec h2{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 3.7rem;
}

  @media only screen and (max-width: 1180px) {

    .kids-optin-sec .form-wrapper .txt-left{
    text-align: center;
     }


  }
  
  @media screen and (max-width: 480px) {
   .kids-optin-sec .form-wrapper .circ-text p {
      padding: 12px 0 0 !important;
   } 

  }


/* === Kids Optin Section ENDS === */

/* === Bday Extra Section Starts === */

.bday-extra-benefit-section {
    background-repeat: no-repeat;
    background-position: top;
    padding: 7rem 0 1rem;
    position: relative;
}
.bday-extra-benefit-section .section-heading h2 {
    font-size: 5.5rem;
    color: #4c4c4c;
    margin-bottom: 1rem;
}
.bday-extra-benefit-section .section-heading p {
    font-size: 4.8rem;
    color: #4c4c4c;
    margin-bottom: 5rem;
}
.blurb {
    margin-bottom: 6rem;
}
.blurb .blurb-img {
    margin-bottom: 3rem;
}
.blurb h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

/* === Bday Extra Section Ends === */
